home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / global / groupbox.css < prev    next >
Cascading Style Sheet File  |  2010-02-10  |  1KB  |  43 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. /* ::::: groupbox ::::: */
  4.  
  5. groupbox {
  6. -moz-appearance: none;
  7. margin: 5px 5px;
  8. padding: 5px;
  9. }
  10.  
  11. .groupbox-body {
  12. margin: 0px;
  13. margin-top:-4px !important;
  14. padding: 13px 5px 13px 5px;
  15. border-top:4px solid;
  16. border-bottom:4px solid;
  17. border-right:4px solid;
  18. border-left:4px solid;
  19. -moz-border-left-colors:  #dcdbda #bab9b9 #f6f5f4 #e7e6e5;
  20. -moz-border-right-colors: #dcdbda #bab9b9 #f5f4f3 #e8e7e6;
  21. -moz-border-top-colors:  #e0dfde #d7d6d5 #fefefd #ededec;
  22. -moz-border-bottom-colors: #c2c2c1 #969595 #e4e3e3 #e5e5e4;
  23. /* background-image: url("chrome://browser/skin/icons/groupbox.png") repeat-x top left; */
  24. background-color:#e0dfde;
  25. -moz-border-radius-topleft: 0px;
  26. -moz-border-radius-topright: 6px;
  27. -moz-border-radius-bottomleft: 6px;
  28. -moz-border-radius-bottomright: 6px;
  29. }
  30.  
  31. caption {
  32. position:relative;
  33. bottom:10px;
  34. padding: 0 4px 1px 4px !important;
  35. color: #000;
  36. font-weight: normal;
  37. background-color: transparent;
  38. -moz-border-image: url("chrome://browser/skin/tabbrowser/grouptab.png") 2 6 0 / 2px 6px 0px;
  39. }
  40.  
  41. tabpanels caption {
  42. background-color: transparent;
  43. }